Name | chunk unloads |
Event Lines | chunk unloads |
Triggers | when a chunk is unloaded |
Generated Examples | after chunk unloads:
on chunk unloads: |
Contexts | <context.chunk> returns the unloading chunk.
|
Cancellable | True - This adds <context.cancelled> and determine 'cancelled' or 'cancelled:false' |
Has Location | True - This adds the switches 'in:<area>', 'location_flagged:<flag>', ... |
Group | World |
Warning(s) | This event will fire *extremely* rapidly and often! |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/events/world/ChunkUnloadScriptEvent.java#L12 |